module Base
{
    item TankGasTank1
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	15.0,
        Type	=	Normal,
        DisplayName	=	Tank Gas Tank,
        Icon	=	CarGastank,
        VehicleType =   1,
        MaxCapacity = 860,
        ConditionAffectsCapacity = true,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 60,
        MechanicsItem = TRUE,
        WorldStaticModel = BigGasTank,
    }
    item TankGasTank2
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	15.0,
        Type	=	Normal,
        DisplayName	=	Tank Gas Tank,
        Icon	=	CarGastank,
        VehicleType =   2,
        MaxCapacity = 860,
        ConditionAffectsCapacity = true,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 60,
        MechanicsItem = TRUE,
        WorldStaticModel = BigGasTank,
    }
    item TankGasTank3
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	15.0,
        Type	=	Normal,
        DisplayName	=	Tank Gas Tank,
        Icon	=	CarGastank,
        VehicleType =   3,
        MaxCapacity = 860,
        ConditionAffectsCapacity = true,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 60,
        MechanicsItem = TRUE,
        WorldStaticModel = BigGasTank,
    }
    fixing Fix BigTank Welding
	{
	   Require : TankGasTank1;TankGasTank2;TankGasTank3;TheTigerSeat1;TheTigerSeat2;TheTigerSeat3,
	   GlobalItem : BlowTorch=5,
	   ConditionModifier : 1.2,
       Fixer : SmallSheetMetal; MetalWelding=6;Mechanics=7,
	}

    item TheTigerSeat1
     {
         DisplayCategory = VehicleMaintenance,
         Weight	=	15.0,
         Type	=	Normal,
         DisplayName	=	Standard Seat,
         Icon	=	CarSeat,
         VehicleType =   1,
         MaxCapacity = 70,
         ChanceToSpawnDamaged = 70,
         ConditionMax = 100,
         MechanicsItem = TRUE,
         WorldStaticModel = CarSeat,
     }
    item TheTigerSeat2
     {
         DisplayCategory = VehicleMaintenance,
         Weight	=	15.0,
         Type	=	Normal,
         DisplayName	=	Standard Seat,
         Icon	=	CarSeat,
         VehicleType =   2,
         MaxCapacity = 70,
         ChanceToSpawnDamaged = 70,
         ConditionMax = 100,
         MechanicsItem = TRUE,
         WorldStaticModel = CarSeat,
     }
    item TheTigerSeat3
     {
         DisplayCategory = VehicleMaintenance,
         Weight	=	15.0,
         Type	=	Normal,
         DisplayName	=	Standard Seat,
         Icon	=	CarSeat,
         VehicleType =   3,
         MaxCapacity = 70,
         ChanceToSpawnDamaged = 70,
         ConditionMax = 100,
         MechanicsItem = TRUE,
         WorldStaticModel = CarSeat,
     }
}